home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
TERMINAL
/
SRCS
/
GLUE.A
< prev
next >
Wrap
Text File
|
1990-11-20
|
203b
|
10 lines
; pascal void SendComplete(void);
SendComplete PROC EXPORT ; A0 has address of IOParam
MOVE.L -4(A0),A0 ; Get busy flag address
CLR.B 0(A0) ; Clear the busy flag (FALSE)
RTS
END